home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue43 / makemic / MAKEMI.DPR < prev    next >
Encoding:
Text File  |  1998-09-23  |  221 b   |  15 lines

  1. program Makemi;
  2.  
  3. uses
  4.   Forms,
  5.   Makemiu in 'MAKEMIU.PAS' {Form1},
  6.   Dirlist in 'DIRLIST.PAS',
  7.   MAKEMIC in 'MAKEMIC.pas';
  8.  
  9. {$R *.RES}
  10.  
  11. begin
  12.   Application.CreateForm(TForm1, Form1);
  13.   Application.Run;
  14. end.
  15.